GoXam for WPF v3
Select(IEnumerable<Part>) Method
Northwoods.GoXam Namespace > Diagram Class > Select Method : Select(IEnumerable<Part>) Method
An IEnumerable<Part> of Parts that belong to this diagram. If this value is null, this does nothing.
Make all of the Parts in the given collection of parts the only selected parts.
Syntax
public void Select( 
   IEnumerable<Part> parts
)

Parameters

parts
An IEnumerable<Part> of Parts that belong to this diagram. If this value is null, this does nothing.
See Also

Reference

Diagram Class
Diagram Members
Overload List